home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00375.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  210 b   |  11 lines

  1. on exitFrame
  2.   global playMode, subPageWait
  3.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  4.     wait(subPageWait)
  5.   else
  6.     puppetSound(1, "bird4")
  7.     wait(30)
  8.     go(the frame + 3)
  9.   end if
  10. end
  11.